/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
    background-position: center;
    font-family: Arial,sans-serif;
    line-height: 1.166;
    margin: 0px;
    padding: 0px;
    background-color: #d7e3d5;         /*#d7e3d5;*/         /*#E8FAFF;*/ /*  background-image: url(images/bg3.jpg); */
    background-repeat: repeat-y;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited
{
	color: #005FA9;
	text-decoration: none;
}

/*a:hover
{
	background-image: url(images/glblnav_selected.gif); 
	border: #CCCCFF 2px solid;
	 color:Orange;
}*/

.c1 { line-height:2.2;
	letter-spacing:0.2em ;
	 padding:1em 0 0 5%;
	}
	

	ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.abgne_tab {
		clear: left;
		width: 100%;
		margin: 4px 0;
    height: 33px;
}
	ul.tabs {
		width: 100%;
		height: 30px;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
	}
	ul.tabs li {
		border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    float: left;
		height: 31px;
		line-height: 31px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		background: #e1e1e1;
    top: 0px;
    left: 0px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
}
	ul.tabs li a {
		display: block;
		padding: 0 20px;
		color: #fff;
		background: #006600;
		border: 1px solid #fff;
		text-decoration: none;
        font-family:"Microsoft JhengHei";
    height: 80px;
}
	ul.tabs li a:hover
{
    background: #5ADE5A;
}
	ul.tabs li.active  {
		background: #5ADE5A;
		border-bottom: 1px solid #5ADE5A;
	}
	ul.tabs li.active a:hover {
		background: #5ADE5A;
	}
	div.tab_container {
		clear: left;
		width: 100%;
		border: 1px solid #999;
		border-top: none;
		background: #5ADE5A;
	}
	div.tab_container .tab_content {
		padding: 20px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}


/* FOR jquery 驗證錯誤訊息 */
div.error { display: none; }
/*input {	border: 1px solid black; } */
input.checkbox { border: none }
input:focus { border: 1px solid black; }
input.error { border: 2px dotted red; }
form.form1 label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

form.form1 .gray * { color: gray; }

.WaterMark    /* 浮水印用 */
{
    color: #808080;
}

